@font-face {
	font-family: "优设标题黑";
  font-style: normal;
	font-weight: 400;
  src: url("https://public.mtnets.com/Font/youshebiaotihei/youshebiaoti.eot?#iefix") format("embedded-opentype"), 
  url("https://public.mtnets.com/Font/youshebiaotihei/youshebiaoti.woff") format("woff"), 
  url("https://public.mtnets.com/Font/youshebiaotihei/youshebiaoti.ttf") format("truetype");
}
.serviceConsultation_bg {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
	background: rgba(0, 0, 0, .6);
    display: none;
}
.serviceConsultation {
	width: 750px;
	background: #fff;
	border-radius: 8px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.serviceLeft{
    float: left;
    padding: 43px 0 25px;
    width: 286px;
    height: 520px;
    background: url(https://www.hbzhan.com/images/serviceConsultation_bg.png) no-repeat;
    background-size: 100% 100%;
    box-sizing: border-box;
}
.serviceLeft .top{
    font-size: 26px;
    color: #fff;
    font-family: "优设标题黑";
}
.serviceLeft .top b{
    display: block;
    text-align: center;
    font-weight: normal;
}
.serviceLeft ul{
    padding: 0 30px;
    overflow: hidden;
}
.serviceLeft li{
    float: left;
    width: 50%;
    margin-top: 10px;
    line-height: 22px;
    padding: 0 13px;
    font-size: 15px;
    color: #fff;
    box-sizing: border-box;
}
.serviceLeft li i{
    width: 12px;
    height: 12px;
    margin: 5px 10px 0 0;
    background: url(https://www.hbzhan.com/images/serviceLeft-01.png) no-repeat;
    background-size: 100% 100%;
    vertical-align: top;
    display: inline-block;
}
.serviceLeft p{
    margin-top: 26px;
    line-height: 24px;
    font-size: 16px;
    color: #fff;
    text-align: center;
}
.serviceLeft .image{
    width: 156px;
    height: 156px;
    margin: 12px auto;
    background-color: #fff;
}
.serviceLeft .image img{
    width: 100%;
    height: 100%;
}
.serviceLeft .bot{
    line-height: 26px;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-align: center;
}
.serviceRight{
    float: right;
    padding: 48px 32px 32px;
    width: 400px;
    position: relative;
}
.serviceRight .close{
    position: absolute;
    top: 15px;
    right: 15px;
    height: 28px;
    line-height: 20px;
    font-size: 40px;
    color: #ddd;
    cursor: pointer;
}
.serviceRight .logo{
    height: 56px;
    width: 238px;
    margin: 0 auto;
    float: initial;
}
.serviceRight span{
    margin-top: 20px;
    height: 22px;
    line-height: 22px;
    font-size: 16px;
    color: #999;
    overflow: hidden;
    text-align: center;
    display: block;
}
.serviceSelect{
    margin-top: 20px;
}
.serviceSelect b{
    font-size: 16px;
    font-weight: normal;
    color: #333;
}
.serviceSelect ul{
    margin-top: 6px;
    overflow: hidden;
}
.serviceSelect li{
    float: left;
    width: 50%;
    margin-top: 10px;
    font-size: 15px;
    color: #333;
}
.serviceSelect .input__checkbox {
    color: #ddd;
	margin-right: 11px;
	margin-top: 2px;
}
.input__checkbox {
  height: 18px;
  vertical-align: top;
  font-size: 0px;
  display: inline-block
}

.input__checkbox input {
  opacity: 0;
  width: 0px;
  height: 0px
}

.input__checkbox input:checked~label::after {
  transform: scale(1)
}

.input__checkbox input:checked~label::before {
  transform: scale(0)
}

.input__checkbox label {
  width: 14px;
  height: 14px;
  position: relative;
  display: inline-block;
  cursor: pointer
}

.input__checkbox label:hover::before {
  background-color: #ddd;
  border: 1px solid #138146
}

.input__checkbox label::after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14px' height='14px' fill='none' stroke-width='2px' stroke='white' stroke-linecap='round' viewBox='0 0 21 21'%3E%3Cpolyline points='5 10.75 8.5 14.25 16 6'%3E%3C/polyline%3E%3C/svg%3E");
  transform: scale(0);
  position: absolute;
  top: 0;
  left: 0;
  border-color: #32b16c;
  background-color: #32b16c;
  color: #fff;
  width: 100%;
  height: 100%;
  border-radius: 2px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease
}

.input__checkbox label::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  transition: 0.2s;
  transform: scale(1);
  border: 1px solid #ddd;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  border-radius: 2px
}
.serviceRight p{
    margin-top: 16px;
}
.serviceRight p input{
    height: 48px;
    line-height: 48px;
    width: 100%;
    text-indent: 17px;
    font-size: 15px;
    border: 1px solid #ddd;
    color: #999;
    border-radius: 2px;
}
.serviceRight button{
    margin-top: 23px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    width: 100%;
    border: 0;
    color: #fff;
    border-radius: 2px;
    background-image: -moz-linear-gradient( 0deg, rgb(46,176,125) 0%, rgb(109,198,93) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(46,176,125) 0%, rgb(109,198,93) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(46,176,125) 0%, rgb(109,198,93) 100%);
}
